home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1996 September / JCSM Shareware Collection (JCS Distribution) (September 1996).ISO / mvp_soft / wrdpuz.zip / GAMES16.BAT < prev    next >
DOS Batch File  |  1994-12-14  |  571b  |  44 lines

  1. echo off
  2. cls
  3. menugame 5 1
  4.  
  5. :game
  6. if errorlevel==5 goto wordscrm
  7. if errorlevel==4 goto quotboxs
  8. if errorlevel==3 goto dblecros
  9. if errorlevel==2 goto crptgram
  10. if errorlevel==1 goto crosword
  11. goto end
  12.  
  13. :wordscrm
  14. wordscrm 5
  15. if errorlevel==1 goto menu
  16. goto end
  17.  
  18. :quotboxs
  19. quotboxs 5
  20. if errorlevel==1 goto menu
  21. goto end
  22.  
  23. :dblecros
  24. dblecros 5
  25. if errorlevel==1 goto menu
  26. goto end
  27.  
  28. :crptgram
  29. crptgram 5
  30. if errorlevel==1 goto menu
  31. goto end
  32.  
  33. :crosword
  34. crosword 5
  35. if errorlevel==1 goto menu
  36. goto end
  37.  
  38. :menu
  39. menugame 5 0
  40. goto game
  41.  
  42. :end
  43. word
  44.